projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a1827
)
docs: Annotate GdkDeviceTool
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 13:50:25 +0000
(13:50 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 1 Dec 2020 15:51:52 +0000
(15:51 +0000)
gdk/gdkdevicetool.h
patch
|
blob
|
history
diff --git
a/gdk/gdkdevicetool.h
b/gdk/gdkdevicetool.h
index 1a6a90d7564e0c0226befab035429363da350354..16f5b3b30bca642a8b02b3a8ee920cb1dccb161a 100644
(file)
--- a/
gdk/gdkdevicetool.h
+++ b/
gdk/gdkdevicetool.h
@@
-32,6
+32,11
@@
G_BEGIN_DECLS
#define GDK_DEVICE_TOOL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_DEVICE_TOOL, GdkDeviceTool))
#define GDK_IS_DEVICE_TOOL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_DEVICE_TOOL))
+/**
+ * GdkDeviceTool:
+ *
+ * A physical tool associated to a #GdkDevice.
+ */
typedef struct _GdkDeviceTool GdkDeviceTool;
/**